@charset "UTF-8";
.interview {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 20px;
}
.int_inner {
  padding: 20px 0;
}
.int_img {
  width: 80%;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .int_img {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.int_img figcaption{
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.int_ttl {
  color: #916A35;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .int_ttl {
    font-size: 4.4vw;
  }
}
.int_q {
  position: relative;
  margin: 40px 0;
  padding-left: 42px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .int_q {
    margin: 30px 0;
    font-size: 4.4vw;
  }
}
.int_q::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 15px;
  left: 0px;
  background-color: #000;
}
.int_a_wrap {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .int_a_wrap {
    font-weight: 500;
    font-size: 4.2vw;
    margin-bottom: 20px;
  }
}
.int_name {
  width: 70px;
  padding-right: 20px;
  position: relative;
}
.int_name::after {
  position: absolute;
  content: ':';
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  font-size: 1rem;
}
.int_txt {
  width: calc( 100% - 70px );
}
.int_txt_list {
  margin: 20px 0;
}
.int_txt_list li {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .int_txt_list li {
    font-size: 4.4vw;
  }
}

.int_prof {
  border: 1px solid #707070;
  padding: 0 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .int_prof {
    padding: 0 20px;
  }
}
.int_prof_wrap {
  border-bottom: 1px solid #DEDEDE;
  padding: 24px 0;
}
.int_prof_wrap:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .int_prof_wrap {
    display: flex;
    justify-content: space-between;
  }
}
.int_prof_img {
  width: 100%;
}
@media (min-width: 768px) {
  .int_prof_img {
    width: 30%;
  }
}
.int_prof_box {
  width: 100%;
  background: #f7f7f7;
  padding: 15px 24px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .int_prof_box {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .int_prof_box {
    margin-top: 10px;
  }
}
.int_prof_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .int_prof_name {
    font-size: 4.4vw;
  }
}
.int_prof_campany {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .int_prof_campany {
    font-size: 4.2vw;
  }
}
.int_prof_txt {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .int_prof_txt {
    font-size: 4.2vw;
  }
}